AppendArray
Description
Call AppendArray
to append an array of two-dimensional points to this list.
Syntax
procedure AppendArray(NewItems: IsgArrayFPoint); overload;
procedure AppendArray(const NewItems: array of TFPoint); overload;
procedure AppendArray(const NewItems: array of TFPoint; NewItemsAddCount: Integer); overload;